Deletes one or more subentities from an entity.
Custom objects which expose subentity behavior can choose to override this method to support erasing subentities from the main entity.
Public Function DeleteSubentityPaths( subPaths As FullSubentityPath[] ) As void
public void DeleteSubentityPaths( FullSubentityPath\[\] subPaths );
Parameters |
Description |
FullSubentityPath[] subPaths |
Input an array of FullSubentityPath identifiers to delete from the entity |
Comments? |